net/http.http2writePing.data (field)

4 uses

	net/http (current package)
		h2_bundle.go#L5141: 		write: &http2writePing{data: sc.sentPingData},
		h2_bundle.go#L11118: 	data [8]byte
		h2_bundle.go#L11122: 	return ctx.Framer().WritePing(false, w.data)
		h2_bundle.go#L11126: 	return http2frameHeaderLen+len(w.data) <= max